'Declaration<DispIdAttribute(220)> Function GetFormFieldLocation( _ ByVal FieldId As Integer, _ ByRef Left As Single, _ ByRef Top As Single, _ ByRef Right As Single, _ ByRef Bottom As Single _ ) As GdPictureStatus
[DispId(220)] GdPictureStatus GetFormFieldLocation( int FieldId, ref float Left, ref float Top, ref float Right, ref float Bottom )
function GetFormFieldLocation(
FieldId: Integer;
var Left: Single;
var Top: Single;
var Right: Single;
var Bottom: Single
): GdPictureStatus;
DispIdAttribute(220) function GetFormFieldLocation( FieldId : int, Left : float, Top : float, Right : float, Bottom : float ) : GdPictureStatus;
Parameters
- FieldId
- Left
- Top
- Right
- Bottom